home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
dev
/
c
/
dice-3.16.lha
/
examples
/
Shared_Lib
/
auto.a
next >
Wrap
Text File
|
1998-09-27
|
587b
|
38 lines
; Part of TEST.LIB when linking programs that
; use TEST.LIBRARY, provides an auto-open
; capability to TEST.LIBRARY
xdef _TestBase
xref __AutoFail0
_LVOOpenLibrary equ -552
_LVOCloseLibrary equ -414
section autoinit0,code
moveq.l #0,D0
lea dtaname(pc),A1
jsr _LVOOpenLibrary(A6)
move.l D0,_TestBase(A4)
beq __AutoFail0
bra i10
dtaname dc.b 'test.library',0
ds.w 0
i10
section autoexit0,code
move.l _TestBase(A4),D0
beq l10
move.l D0,A1
jsr _LVOCloseLibrary(A6)
l10
section libbss,bss
_TestBase ds.l 1
END